(lisp-font-lock-keywords-1): Add `defvaralias'.
authorGerd Moellmann <gerd@gnu.org>
Sun, 20 May 2001 08:49:19 +0000 (08:49 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 20 May 2001 08:49:19 +0000 (08:49 +0000)
lisp/font-lock.el

index 228359f37511110c49a81852898e65c3fff2bf7c..5b8cf16e7e89bf3cd7291b96cd144183a2c7adad 100644 (file)
@@ -2064,7 +2064,7 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item."
      ;; Definitions.
      (list (concat "(\\(def\\("
                   ;; Function declarations.
-                  "\\(advice\\|alias\\|generic\\|macro\\*?\\|method\\|"
+                  "\\(advice\\|varalias\\|alias\\|generic\\|macro\\*?\\|method\\|"
                    "setf\\|subst\\*?\\|un\\*?\\|"
                    "ine-\\(condition\\|\\(?:derived\\|minor\\)-mode\\|"
                    "method-combination\\|setf-expander\\|skeleton\\|widget\\|"